Test Objects Initialized In A Describe Block ^^^^^ **Definition:** * When tests share the same reference to an object, meaning that any single test can mutate the object for following tests. **Code Example:** * No code examples yet... .. TODO CODE EXAMPLE **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `JavaScript Testing Anti-Patterns `_ :octicon:`file-code;1em` :octicon:`comment-discussion;1em` :octicon:`sync;1em`